 .wjdh-mess-container {
 	background-color: #f8f8f8;
 	display: block;
 	border-radius: 5px 5px 0 0;
 	position: fixed;
 	z-index: 99999;
 	left: 0;
 	bottom: 0;
 	overflow: hidden;
 	width: 240px;
 }
 
 .wjdh-mess-container ins {
 	background: none;
 	display: block;
 }
 
 .wjdh-mess-container .wjdh-mess-head {
 	border-radius: 5px 5px 0 0;
 	zoom: 1;
 	width: auto;
 	display: block;
 	height: 35px;
 	line-height: 35px;
 	background-color: #00aef3;
 	padding: 0 10px;
 	color: #fff;
 }
 
 .wjdh-mess-head .wjdh-mess-fold {
 	float: right;
 	display: block;
 	width: 15px;
 	height: 2px;
 	margin-top: 16px;
 	background: #fff;
 }
 
 .wjdh-mess-body {
 	display: block;
 	padding: 8px 10px 0;
 	margin-bottom: -8px;
 }
 
 .wjdh-mess-container ins .wjdh-mess-item {
 	display: block;
 	margin-bottom: 8px;
 	border: 1px solid #e3e3e3;
 	background-color: #fff;
 }
 
 .wjdh-mess-container ins .wjdh-mess-item-head {
 	float: left;
 	width: 11px;
 	height: 20px;
 	overflow: hidden;
 	margin: 10px 12px 3px 9px;
 	background-color: #fff;
 }
 
 .head-icon {
 	background-image: url(../img/mess_sprite.png);
 	background-repeat: no-repeat;
 	display: block;
 	width: 100%;
 	height: 20px;
 }
 
 .head_bd_bp_messName {
 	width: 10px;
 	height: 12px;
 	background-position: -51px -3px;
 }
 
 .head_bd_bp_messPhone {
 	width: 11px;
 	height: 11px;
 	background-position: -84px -3px;
 }
 
 .head_bd_bp_messEmail {
 	width: 11px;
 	height: 9px;
 	background-position: -17px -3px;
 }
 
 .wjdh-mess-input-wrap {
 	overflow: hidden;
 	_zoom: 1;
 	display: block;
 }
 
 .wjdh-mess-item input {
 	float: left;
 	width: 100%;
 	background-color: #fff;
 	cursor: text;
 	height: 32px;
 	line-height: 32px;
 	height: 15px;
 	line-height: 15px;
 	padding: 8px 0 7px 0;
 	border: 0;
 	outline: 0;
 	color: #636363;
 }
 
 .wjdh-mess-text2 {
 	color: #999;
 	font-size: 12px;
 	margin-bottom: 5px;
 	border-bottom: 1px solid #e3e3e3;
 	padding: 9px 0 7px 0;
 }
 
 .wjdh-mess-text2 p {
 	margin-left: 10px;
 	font-size: 13px;
 	color: #787878;
 }
 
 .wjdh-mess-text2 span {
 	margin-left: 10px;
 }
 
 .wjdh-mess-item input::-webkit-input-placeholder,
 .wjdh-mess-item textarea::-webkit-input-placeholder {
 	color: #999;
 }
 
 .wjdh-mess-item textarea {
 	border: 0;
 	outline: 0;
 	padding: 6px 0 7px 0;
 	width: 100%;
 	color: #636363;
 	font-size: 13px;
 }
 
 .wjdh-mess-text {
 	color: #999;
 	font-size: 12px;
 	margin-bottom: 10px;
 }
 
 .wjdh-mess-text p {
 	font-size: 14px;
 	padding: 5px 0 0 0;
 	color: #818181;
 }
 
 .wjdh-mess-foot {
 	padding: 10px;
 }
 
 .wjdh-mess-foot-send-btn {
 	display: block;
 	width: 100%;
 	text-align: center;
 	border: 1px solid #00aef3;
 	padding: 5px 0;
 	font-size: 14px;
 	color: #fff;
 	border-radius: 3px;
 	background: #00aef3;	cursor: pointer;
 }
 .wjdh-mess-powerby{
   color:#999;
   text-align:center;
   font-size:12px;
   margin-bottom:10px;
 }